projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69a5295
)
gtkmain.h: Used GDK_DEPRECATED
author
Murray Cumming
<murrayc@murrayc.com>
Mon, 9 Jan 2012 13:19:21 +0000
(14:19 +0100)
committer
Murray Cumming
<murrayc@murrayc.com>
Mon, 9 Jan 2012 13:20:49 +0000
(14:20 +0100)
If we use just G_GNUC_DEPRECATED then it cannot be disabled by
an ifdef.
gtk/gtkmain.h
patch
|
blob
|
history
diff --git
a/gtk/gtkmain.h
b/gtk/gtkmain.h
index f6381383facbccec6d3025ea47fb2d52c8e8c262..900b619df7ef8543897f009594c9858d9f6c1d13 100644
(file)
--- a/
gtk/gtkmain.h
+++ b/
gtk/gtkmain.h
@@
-152,10
+152,10
@@
void gtk_device_grab_add (GtkWidget *widget,
void gtk_device_grab_remove (GtkWidget *widget,
GdkDevice *device);
-G
_GNUC
_DEPRECATED
+G
DK
_DEPRECATED
guint gtk_key_snooper_install (GtkKeySnoopFunc snooper,
gpointer func_data);
-G
_GNUC
_DEPRECATED
+G
DK
_DEPRECATED
void gtk_key_snooper_remove (guint snooper_handler_id);
GdkEvent * gtk_get_current_event (void);